aae0c5d7ccfe130cb145c9587a61596467dbf024,src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatContactCellRenderer.java,ChatContactCellRenderer,getListCellRendererComponent,#JList#Object#number#boolean#boolean#,50
Before Change
{
// Try to retrieve participant avatar:
OperationSetPersistentPresence opSet
= (OperationSetPersistentPresence)
member.getChatRoom().getParentProvider().getOperationSet(
OperationSetPersistentPresence.class);
Contact c = opSet.findContactByID(member.getContactAddress());
After Change
{
// Try to retrieve participant avatar:
OperationSetPersistentPresence opSet
= member.getChatRoom().getParentProvider().getOperationSet(
OperationSetPersistentPresence.class);
Contact c = opSet.findContactByID(member.getContactAddress());